home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Gold - The Optical BBS / Wildcat Gold - The Optical BBS (The Golden ROM Series)(Volume 4 Number 1)(The Digital Publishing Company)(1992).ISO / sdn / tfig312e.sdn / TROUBLE < prev   
Text File  |  1991-03-05  |  4KB  |  95 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. Problem:  Telix and the modem do not seem to be able to detect busy signals.
  11.  
  12. Solution: Some modems (especially older 1200 bps units) do not have the
  13.           capability to detect busy signals. Assuming yours does, you'll still
  14.           probably have to edit the default modem Init String. The X1 that
  15.           Telix uses in the string to be compatible with all modems does not
  16.           enable busy detection in most modems. Try a value like X3, X4, or
  17.           higher.
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. Problem:  When the Host Mode script is run Telix always thinks that a caller
  31.           is online and immediately asks for the caller's name; or Telix
  32.           always says that a Hang-up operation failed even when it did in fact
  33.           successfully hang-up the modem.
  34.  
  35. Solution: Your modem is almost certainly overriding the true state of the
  36.           Carrier Detect signal. This is the factory default on most modems,
  37.           but should be disabled. For proper operation, Telix needs to see
  38.           this signal on when connected to another computer, and off when not.
  39.           If your modem has dip switches, as do most 1200 bps units and all US
  40.           Robotics external Couriers, switch number 6 usually controls this
  41.           and must be in the up position. If your modem does not seem to have
  42.           any dip switches (look carefully, sometimes the front needs to be
  43.           popped off), it is probably controlled solely by software commands,
  44.           as are most 2400 bps units. Just a few examples of these are the
  45.           Hayes 2400, ATI 2400, GVC 2400, and many others. For these modems,
  46.           adding &C1&D2 in the modem Init String (before the final ^M (Car-
  47.           riage Return is a good spot)) will configure the modem properly.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. Problem:  When redialing Telix does not seem to know when a connection has
  56.           been reached.
  57.  
  58. Solution: Telix knows when a connection has been reached in one of two ways:
  59.           when it receives a Connect string from your modem, or when the
  60.           Carrier Detect signal turns on (if it was off). Make sure that the
  61.           Connect string is properly defined in the Configuration Menu, or
  62.           that your modem does turn on the Carrier Detect signal regardless of
  63.           whether or not there is a connection.
  64.  
  65. Problem:  Telix doesn't work with a certain modem.
  66.  
  67. Solution: Telix is set by default to use the Hayes 'AT' modem command stan-
  68.           dard. There are modems that are not Hayes compatible however, and
  69.           use other commands to dial, hang up, and perform other tasks. Make
  70.           sure that if your modem is not Hayes compatible Telix has been
  71.           properly configured to its commands.
  72.  
  73.  
  74.  
  75. Problem:  When trying to use the DOS Shell, or another function that uses DOS,
  76.           Telix warns that it can not find a file called COMMAND.COM, and
  77.           aborts the function.
  78.  
  79. Solution: The file COMMAND.COM is the DOS command interpreter. Telix must be
  80.           able to find it to use many DOS functions. The location of COM-
  81.           MAND.COM is stored in an environment variable (explained in your DOS
  82.           manual) called COMSPEC. COMSPEC is set at boot-up, but if you boot
  83.           of a floppy and then change to another floppy or a hard disk, it
  84.           will not point to the right place anymore. In short, make sure that
  85.           COMSPEC always points to the location of COMMAND.COM, or that
  86.           COMMAND.COM is in the current directory.
  87.  
  88. Problem:  When calling some systems, especially large ones such as Compuserve
  89.           or the Source, all incoming characters look like garbage.
  90.  
  91. Solution: The communications parameters are probably wrong. Most of these
  92.           systems need a setting of Even parity, 7 data bits, and 1 stop bit.
  93.           This is different from the normal standard of N81 used for most
  94.           bulletin boards.
  95.